From 5a2ede3e000fb2cfc2e9deb369a46d4ec6f5ede3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:26:32 +0000 Subject: [PATCH] Bump fhirclient from 3.2.0 to 4.2.0 Bumps [fhirclient](https://github.com/smart-on-fhir/client-py) from 3.2.0 to 4.2.0. - [Release notes](https://github.com/smart-on-fhir/client-py/releases) - [Commits](https://github.com/smart-on-fhir/client-py/commits/v4.2.0) --- updated-dependencies: - dependency-name: fhirclient dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3c85e5e..7f73820 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Cython>=0.29.21 -fhirclient==3.2.0 +fhirclient==4.2.0 pysam pandas pytz>=2019.3 diff --git a/setup.cfg b/setup.cfg index de106a0..817cefb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ packages = python_version = >=3.6 install_requires = Cython>=0.29.21 - fhirclient==3.2.0 + fhirclient==4.2.0 pysam pandas pytz>=2019.3