Skip to content

Commit

Permalink
deps: add django-upgrade and py-upgrade support for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
50-Course committed May 28, 2024
1 parent f93c658 commit 3520f5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/paycheck_core/requirements/ci.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-c dev.in

pyupgrade
django-upgrade

14 changes: 14 additions & 0 deletions backend/paycheck_core/requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=backend/paycheck_core/requirements/ci.txt backend/paycheck_core/requirements/ci.in
#
django-upgrade==1.17.0
# via -r backend/paycheck_core/requirements/ci.in
pyupgrade==3.15.2
# via -r backend/paycheck_core/requirements/ci.in
tokenize-rt==5.2.0
# via
# django-upgrade
# pyupgrade

0 comments on commit 3520f5e

Please sign in to comment.