Skip to content

Commit

Permalink
Merge pull request #56 from oslokommune/bump-aws-xray-sdk
Browse files Browse the repository at this point in the history
Bump aws-xray-sdk to mitigate security risk
  • Loading branch information
simenheg committed Feb 12, 2024
2 parents 6619a2e + ec26c25 commit b4afde0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
#
aws-xray-sdk==2.6.0
aws-xray-sdk==2.12.1
# via bydelsfakta-api (setup.py)
botocore==1.19.44
# via aws-xray-sdk
certifi==2023.7.22
# via requests
chardet==4.0.0
charset-normalizer==3.3.2
# via requests
future==0.18.3
# via aws-xray-sdk
idna==2.10
# via requests
jmespath==0.10.0
# via botocore
jsonpickle==1.4.2
# via aws-xray-sdk
python-dateutil==2.8.1
# via botocore
requests==2.31.0
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
long_description_content_type="text/markdown",
url="https://github.oslo.kommune.no/origodigi/bydelsfakta-api",
packages=setuptools.find_packages(),
install_requires=["aws_xray_sdk>=2.4.2", "requests"],
install_requires=[
"aws_xray_sdk>=2.7",
"requests",
],
)

0 comments on commit b4afde0

Please sign in to comment.