File tree Expand file tree Collapse file tree 5 files changed +154
-188
lines changed
Expand file tree Collapse file tree 5 files changed +154
-188
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : ["3.13 "]
13+ python-version : ["3.14 "]
1414 defaults :
1515 run :
1616 working-directory : server
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies = []
99[dependency-groups ]
1010dev = [
1111 " pre-commit>=4.3.0" ,
12- " ruff>=0.13.1 " ,
12+ " ruff>=0.14.0 " ,
1313]
1414
1515[tool .ruff ]
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name = "fishtest-server"
33version = " 0.1.0"
44description = " fishtest-server"
55readme = " README.md"
6- requires-python = " >=3.13 "
6+ requires-python = " >=3.14 "
77classifiers = [
88 " Development Status :: Beta" ,
99 " Intended Audience :: Developers" ,
1010 " Intended Audience :: Information Technology" ,
1111 " Intended Audience :: System Administrators" ,
12- " Programming Language :: Python :: 3.13 " ,
12+ " Programming Language :: Python :: 3.14 " ,
1313 " Operating System :: Linux" ,
1414 " Environment :: Web Environment" ,
1515 " Framework :: MongoDB" ,
@@ -27,10 +27,10 @@ classifiers = [
2727 " Topic :: Software Development :: Application Frameworks" ,
2828]
2929dependencies = [
30- " awscli>=1.42.35 " ,
30+ " awscli>=1.42.49 " ,
3131 " email-validator>=2.3.0" ,
3232 " numpy>=2.3.3" ,
33- " pymongo>=4.15.1 " ,
33+ " pymongo>=4.15.3 " ,
3434 " pyramid>=2.0.2" ,
3535 " pyramid-debugtoolbar>=4.12.1" ,
3636 " pyramid-mako>=1.1.0" ,
You can’t perform that action at this time.
0 commit comments