Skip to content

Commit

Permalink
build: bump pymssql from 2.3.0 to 2.3.1 in /ClientAdvisor/App
Browse files Browse the repository at this point in the history
Bumps [pymssql](https://github.com/pymssql/pymssql) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/pymssql/pymssql/releases)
- [Changelog](https://github.com/pymssql/pymssql/blob/master/ChangeLog.rst)
- [Commits](pymssql/pymssql@v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: pymssql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 10f72c5 commit 8964d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClientAdvisor/App/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uvicorn==0.24.0
aiohttp==3.9.2
gunicorn==20.1.0
quart-session==3.0.0
pymssql==2.3.0
pymssql==2.3.1
httpx==0.27.0
pytest-asyncio==0.24.0
pytest-cov==5.0.0
Expand Down
2 changes: 1 addition & 1 deletion ClientAdvisor/App/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uvicorn==0.24.0
aiohttp==3.9.2
gunicorn==20.1.0
quart-session==3.0.0
pymssql==2.3.0
pymssql==2.3.1
httpx==0.27.0
pytest-asyncio==0.24.0
pytest-cov==5.0.0
Expand Down

0 comments on commit 8964d4f

Please sign in to comment.