Skip to content

Commit

Permalink
Snowfakery 3.4.0 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Oct 26, 2022
1 parent 32a8460 commit c0b561d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ In the beginning, programmers created the databases. Now the databases were form

And so [Salesforce.org](http://salesforce.org/) said “Let there be data,” and there was Snowfakery. And it was good.

## Snowfakery 3.4

Snowfakery can now generate Event or Meeting Schedules similar to Calendar Apps (#739)

Snowfakery now has a `Salesforce.ContentFile` feature for generating Content Versions (#446)

## Snowfakery 3.3

Snowfakery has a `datetime_between` function (#779)
Expand Down
18 changes: 11 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==22.1.0
# via
# jsonschema
# pytest
black==22.8.0
black==22.10.0
# via -r requirements/dev.in
certifi==2022.9.24
# via
Expand Down Expand Up @@ -52,7 +52,7 @@ filelock==3.8.0
# virtualenv
ghp-import==2.1.0
# via mkdocs
greenlet==1.1.3
greenlet==1.1.3.post0
# via
# -r requirements/prod.txt
# sqlalchemy
Expand All @@ -69,7 +69,7 @@ importlib-metadata==5.0.0
# via
# markdown
# mkdocs
importlib-resources==5.9.0
importlib-resources==5.10.0
# via tox-gh-actions
iniconfig==1.1.1
# via pytest
Expand Down Expand Up @@ -164,7 +164,7 @@ requests==2.28.1
# -r requirements/prod.txt
# coveralls
# responses
responses==0.21.0
responses==0.22.0
# via -r requirements/dev.in
six==1.16.0
# via
Expand All @@ -175,7 +175,9 @@ six==1.16.0
sqlalchemy==1.4.41
# via -r requirements/prod.txt
toml==0.10.2
# via pre-commit
# via
# pre-commit
# responses
tomli==2.0.1
# via
# black
Expand All @@ -190,7 +192,9 @@ tox-gh-actions==2.10.0
# via -r requirements/dev.in
typeguard==2.13.3
# via -r requirements/dev.in
typing-extensions==4.3.0
types-toml==0.10.8
# via responses
typing-extensions==4.4.0
# via
# -r requirements/prod.txt
# black
Expand All @@ -214,7 +218,7 @@ wrapt==1.14.1
# via vcrpy
yarl==1.8.1
# via vcrpy
zipp==3.8.1
zipp==3.9.0
# via
# importlib-metadata
# importlib-resources
Expand Down
4 changes: 2 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.3
# via -r requirements/prod.in
faker==15.0.0
# via -r requirements/prod.in
greenlet==1.1.3
greenlet==1.1.3.post0
# via sqlalchemy
gvgen==1.0
# via -r requirements/prod.in
Expand All @@ -38,7 +38,7 @@ six==1.16.0
# via python-dateutil
sqlalchemy==1.4.41
# via -r requirements/prod.in
typing-extensions==4.3.0
typing-extensions==4.4.0
# via pydantic
urllib3==1.26.12
# via requests
2 changes: 1 addition & 1 deletion snowfakery/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0

0 comments on commit c0b561d

Please sign in to comment.