Skip to content

Commit

Permalink
Updating Django package from 3.2.19 to 3.2.20 in backend/libs/artemis…
Browse files Browse the repository at this point in the history
…db/setup.py
  • Loading branch information
faizanH committed Nov 7, 2023
1 parent 2ff98b3 commit fe4f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/libs/artemisdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url=("https://github.com/warnermedia/artemis/backend/libs/artemisdb"),
packages=find_packages(),
setup_requires=["pytest-runner"],
install_requires=["django==3.2.19", "psycopg2-binary", "simplejson"],
install_requires=["django==3.2.20", "psycopg2-binary", "simplejson"],
tests_require=["pytest"],
entry_points={"console_scripts": ["artemisdbmanage=artemisdb.artemisdb.manage:main"]},
classifiers=[
Expand Down

0 comments on commit fe4f6ec

Please sign in to comment.