Skip to content

Commit 5741dbe

Browse files
chore(deps): bump the dependencies group across 1 directory with 7 updates
Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fhir-resources](https://github.com/nazrulworld/fhir.resources) | `7.1.0` | `8.0.0` | | [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.2.3` | `3.2.4` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.37` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.3` | `2.10.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.0` | `2.7.1` | | [numpy](https://github.com/numpy/numpy) | `2.2.0` | `2.2.2` | | [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` | Updates `fhir-resources` from 7.1.0 to 8.0.0 - [Release notes](https://github.com/nazrulworld/fhir.resources/releases) - [Changelog](https://github.com/nazrulworld/fhir.resources/blob/main/HISTORY.rst) - [Commits](nazrulworld/fhir.resources@7.1.0...8.0.0) Updates `psycopg[binary]` from 3.2.3 to 3.2.4 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.3...3.2.4) Updates `sqlalchemy` from 2.0.36 to 2.0.37 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `pydantic` from 2.10.3 to 2.10.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.3...v2.10.5) Updates `pydantic-settings` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.7.0...v2.7.1) Updates `numpy` from 2.2.0 to 2.2.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.0...v2.2.2) Updates `setuptools` from 75.6.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.6.0...v75.8.0) --- updated-dependencies: - dependency-name: fhir-resources dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 545b151 commit 5741dbe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
requests==2.32.3
22
python-dotenv==1.0.1
33
pyyaml==6.0.2
4-
fhir.resources==7.1.0
4+
fhir.resources==8.0.0
55
sympy==1.13.3
66
pandas==2.2.3
7-
psycopg[binary]==3.2.3
8-
sqlalchemy==2.0.36
9-
pydantic==2.10.3
10-
pydantic-settings==2.7.0
7+
psycopg[binary]==3.2.4
8+
sqlalchemy==2.0.37
9+
pydantic==2.10.5
10+
pydantic-settings==2.7.1
1111
uvicorn[standard]==0.34.0
1212
fastapi==0.115.6
1313
pendulum==3.0.0
1414
networkx==3.4.2
15-
numpy==2.2.0
15+
numpy==2.2.2
1616
pytz==2024.2
1717
cython==3.0.11
18-
setuptools==75.6.0
18+
setuptools==75.8.0
1919
sortedcontainers==2.4.0

0 commit comments

Comments
 (0)