Skip to content

Commit

Permalink
Merge pull request #12 from tris10au/dependabot/pip/sentry-sdk-1.38.0
Browse files Browse the repository at this point in the history
Bump sentry-sdk from 1.36.0 to 1.38.0
  • Loading branch information
tris10au authored Dec 2, 2023
2 parents a7be7b6 + edfa2ff commit b08c1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mariadb==1.1.8
openpower==0.1.3
requests==2.31.0
sentry-sdk==1.36.0
sentry-sdk==1.38.0
SQLAlchemy==2.0.23
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"requests==2.31.0",
"openpower==0.1.3",
"sentry-sdk==1.36.0",
"sentry-sdk==1.38.0",
"sqlalchemy==2.0.23",
"mariadb==1.1.8",
]
Expand Down

0 comments on commit b08c1b4

Please sign in to comment.