From 320296a8df239f43eec1ad5a43c08460f3fec3d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:49:01 +0000 Subject: [PATCH] Bump fhirclient from 3.2.0 to 4.2.1 Bumps [fhirclient](https://github.com/smart-on-fhir/client-py) from 3.2.0 to 4.2.1. - [Release notes](https://github.com/smart-on-fhir/client-py/releases) - [Commits](https://github.com/smart-on-fhir/client-py/commits/v4.2.1) --- 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..f411d28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Cython>=0.29.21 -fhirclient==3.2.0 +fhirclient==4.2.1 pysam pandas pytz>=2019.3 diff --git a/setup.cfg b/setup.cfg index de106a0..1a14d5e 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.1 pysam pandas pytz>=2019.3